home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import flash.utils.ByteArray;
- import mx.core.MovieClipLoaderAsset;
-
- [Embed(source="/_assets/assets.swf", symbol="MyPreloader__cc663")]
- public class MyPreloader__cc663 extends MovieClipLoaderAsset
- {
-
- private static var bytes:ByteArray = null;
-
-
- public var dataClass:Class;
-
- public function MyPreloader__cc663()
- {
- dataClass = MyPreloader__cc663_dataClass;
- super();
- initialWidth = 11000 / 20;
- initialHeight = 8000 / 20;
- }
-
- override public function get movieClipData() : ByteArray
- {
- if(bytes == null)
- {
- bytes = ByteArray(new dataClass());
- }
- return bytes;
- }
- }
- }
-